configuration / chassis0 / slots / [SLOT-ID] / [gps167] / module

CLI REST-API

satellites

The submenu satellites (satellites) contains the following:

Menus:
gnss-constellations (gnss-constellations)

Objects:
gnss-set (gnss-set)

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GRC170
MGR170
GPS180
GLN170
MGR180
GRC180
GRC181
GNS181_UC
GPS190
GNS181
GNM181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-constellations
/configuration/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites/gnss-set
/status/chassis0/slots/[SLOT-ID]/[gln170]/module/satellites

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/satellites


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/satellites


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/satellites
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/satellites
-d "{
  \"objects\": \"new-values\"
}"